Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.x] Avoid early release of local forking requests (#77641) #77645

Merged
merged 1 commit into from
Sep 13, 2021

Conversation

DaveCTurner
Copy link
Contributor

Backports the following commits to 7.x:

Today we protect against releasing a request from a remote node until
its handler has completed, but we do not have the same protection for
requests from the local node. This commit adds the missing refcounting.

Relates elastic#77407
Closes elastic#77634
@DaveCTurner DaveCTurner added auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport labels Sep 13, 2021
@elasticsearchmachine elasticsearchmachine merged commit d7bcd55 into elastic:7.x Sep 13, 2021
@DaveCTurner DaveCTurner deleted the backport/7.x/pr-77641 branch September 13, 2021 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport v7.16.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants